projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d58f73e
)
Let 'chkdoc' look in the right place for doc of this version.
author
robertl
<robertl>
Sun, 26 Aug 2007 21:39:06 +0000
(21:39 +0000)
committer
robertl
<robertl>
Sun, 26 Aug 2007 21:39:06 +0000
(21:39 +0000)
tools/mkcapabilities.in
patch
|
blob
|
history
diff --git
a/tools/mkcapabilities.in
b/tools/mkcapabilities.in
index 8377e5dbe378989d8a7df45ea8ef3e2bcadaa4a5..00848db72206670d500d4b58ea2b56d0b25f6c84 100755
(executable)
--- a/
tools/mkcapabilities.in
+++ b/
tools/mkcapabilities.in
@@
-36,7
+36,7
@@
getcap($1, $2, $3, $5)
FMTS=`./gpsbabel -^2 | grep -v '^internal' | sed 's/\&/\&/' | awk -F'\t' '{print $3}'`
for f in $FMTS
do
- [ ! -f @DOCDIR@/htmldoc-
development
/fmt_${f}.html ] && echo Missing doc for $f
+ [ ! -f @DOCDIR@/htmldoc-
@DOCVERSION@
/fmt_${f}.html ] && echo Missing doc for $f
done
exit 0